home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / master / initialisation < prev    next >
Text File  |  2001-04-06  |  710b  |  17 lines

  1. SYNOPSIS
  2.         Initialization of the master object (since 3.2.1).
  3.  
  4.         As since 3.2.1 the lfuns which are called to initialize
  5.         objects after a load are defined through driver hooks, and
  6.         these hooks are cleared prior to a master (re)load, the first
  7.         function called is inaugurate_master(). Anyway it's not very
  8.         sensible to do anything earlier as the master is not
  9.         recognized as such at that time, and so a number of
  10.         (important) things would not work.
  11.         Which lfun is called during runtime to reset the master is also
  12.         depending on the driverhook settings. Arbitrary actions may be done
  13.         on a reset.
  14.  
  15. SEE ALSO
  16.         inaugurate_master(M)
  17.